home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14507 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: cs.utk.edu!not-for-mail
  2. From: charlton@cs.utk.edu (Ron Charlton)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: 16bit vs. 32bit
  5. Date: 15 Apr 1996 10:12:49 -0400
  6. Organization: CS Department, University of Tennessee, Knoxville
  7. Message-ID: <4ktlh1INNbb9@duncan.cs.utk.edu>
  8. References: <315C1210.5621@oc.com> <DpAvC8.HD4@eskimo.com> <4kk16j$9jt@newsie.dmc.com>
  9. NNTP-Posting-Host: duncan.cs.utk.edu
  10.  
  11. In article <4kk16j$9jt@newsie.dmc.com> prozac@cape.com (gregg jennings) writes:
  12.  
  13. >>>>> One of the whole points of using a high-level language is to
  14. >>>>> insulate you from low-level machine implementation details such
  15. >>>>> as the sizes of things in bits.  If you find yourself needing to
  16. >>>>> know the sizes of things in bits, someone screwed up.
  17. >
  18. >>> And, how did that programmer "screw up" ?
  19. >
  20. >>By choosing a binary data file format, and condemning later
  21. >>programmers to use machine-dependent code if they wished to read
  22. >>it efficiently.
  23. >
  24. >Choosing a data format as you indicate implies pre-cognition:
  25. >
  26. >   1. You knew that a higher-bit system was going to appear in
  27. >      the future (we all think that now, but many years ago?).
  28.  
  29. Mistakes in computer design are made at least four times:
  30.  
  31.     by supercomputer designers;
  32.     by mainframe designers;
  33.     by minicomputer designers (okay, maybe this class no longer exists);
  34.     and by microcomputer designers.
  35.  
  36. You really don't need pre-cognition.  Just look at what has gone before.
  37.  
  38. Ron
  39. -- 
  40. A just machine to make big decisions              |    Ron Charlton
  41. Programmed by fellows with compassion and vision      |    charlton@cs.utk.edu
  42. We'll be clean when their work is done               ----------------------
  43. We'll be eternally free yes and eternally young -- Donald Fagen, I.G.Y.
  44.